Work around bugs/problems with MinGW builds of graphics libraries
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 2 Jun 2004 00:50:09 +0000 (00:50 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 2 Jun 2004 00:50:09 +0000 (00:50 +0000)
commit9a451f7b0eae725b0461872e41ed83551a591228
tree54371182d936b4bfbf77b57b75c603b91662dba7
parentae1513eaac676203341247896288f63e04a805a8
Work around bugs/problems with MinGW builds of graphics libraries
called from MSVC builds of Emacs.

(lookup_image): Make pointer to img static.
(png_read_from_memory): Disable "global" optimization.
src/image.c